projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf7cf6
)
Hide disabling of dired-find-alternate-file behind
author
Andreas Schwab
<schwab@suse.de>
Wed, 31 Jul 2002 12:07:30 +0000
(12:07 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 31 Jul 2002 12:07:30 +0000
(12:07 +0000)
autoload-cookie.
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index d4ddc9b53a38bdc3faccf72331fabc94bfe33b5c..0132debce1275f3515dc062b5274d4716f2cebe7 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1360,7
+1360,7
@@
Creates a buffer if necessary."
(interactive)
(set-buffer-modified-p nil)
(find-alternate-file (dired-get-file-for-visit)))
-(put 'dired-find-alternate-file 'disabled t)
+
;;;###autoload
(put 'dired-find-alternate-file 'disabled t)
(defun dired-mouse-find-file-other-window (event)
"In Dired, visit the file or directory name you click on."